home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
lib
/
mkmf
/
distfile.cmds
< prev
next >
Wrap
Text File
|
1988-08-12
|
374b
|
14 lines
# The following variable should be redefined from the command-line using
# the format "rdist -f [this makefile] -d DIR=`pwd`"
DIR = /dev/null
EXCEPT_PAT = (\\~\$ \\^#.* .*#\..* /#.* \\.o\$ \\.bak\$ /version.h\$)
EXCEPT = ()
RHOST = (allspice)
${DIR} -> ${RHOST} install -y -w ;
except_pat ${EXCEPT_PAT};
except ${EXCEPT};
special ${DIR} "cd $FILE; make clean";